Developer Documentation

QuickTime 4 API Documentation

QuickTime 4 Reference

Previous | Chapter Top | Chapter Contents | Next |

QuickTime MIDI Port List

This structure contains a list of QuickTime MIDI Port structures.

struct QTMIDIPortList {
    short               portCount;
    QTMIDIPort          port[1];
};
typedef struct QTMIDIPortList QTMIDIPortList;
portCount
The number of MIDI ports in the list.
port
An array of QuickTime MIDI Port structures.

© 1999 Apple Computer, Inc.

Previous | Chapter Top | Chapter Contents | Next